home *** CD-ROM | disk | FTP | other *** search
- object PasswordDlg: TPasswordDlg
- Left = 258
- Top = 273
- BorderStyle = bsDialog
- Caption = 'Password'
- ClientHeight = 111
- ClientWidth = 285
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 10
- Top = 11
- Width = 156
- Height = 16
- Caption = 'Enter your POP password:'
- end
- object Password: TEdit
- Left = 11
- Top = 32
- Width = 267
- Height = 24
- PasswordChar = '*'
- TabOrder = 0
- end
- object OKBtn: TButton
- Left = 86
- Top = 73
- Width = 92
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 185
- Top = 73
- Width = 92
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-